From: iap10@labyrinth.cl.cam.ac.uk Date: Thu, 24 Jun 2004 15:03:50 +0000 (+0000) Subject: bitkeeper revision 1.1013 (40daed56xws_lOXV0-69PmNva-ojrw) X-Git-Tag: archive/raspbian/4.8.0-1+rpi1~1^2~18108 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/%22bookmarks:/?a=commitdiff_plain;h=b346fe70621f46df5b70d2587c80366dad125ce7;p=xen.git bitkeeper revision 1.1013 (40daed56xws_lOXV0-69PmNva-ojrw) trivial Makefile fix --- diff --git a/linux-2.4.26-xen-sparse/arch/xen/Makefile b/linux-2.4.26-xen-sparse/arch/xen/Makefile index 8825bcfe96..705dc41a9b 100644 --- a/linux-2.4.26-xen-sparse/arch/xen/Makefile +++ b/linux-2.4.26-xen-sparse/arch/xen/Makefile @@ -24,8 +24,8 @@ override EXTRAVERSION := $(subst linux-$(VERSION).$(PATCHLEVEL).$(SUBLEVEL),,$(s # defconfig file. It would be much better if there was a hook in the # main Makefile to do this, but this works. ifneq (.config,$(wildcard .config)) -X=$(shell cp arch/xen/defconfig$(EXTRAVERSION) .config) --include .config +X=$(shell cp $(TOPDIR)/arch/xen/defconfig$(EXTRAVERSION) $(TOPDIR)/.config) +-include $(TOPDIR)/.config endif LD=$(CROSS_COMPILE)ld -m elf_i386